projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cff455a
)
(calendar-chinese-date-string): Fix month name.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 7 Nov 1997 19:22:50 +0000
(19:22 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 7 Nov 1997 19:22:50 +0000
(19:22 +0000)
lisp/calendar/cal-china.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/cal-china.el
b/lisp/calendar/cal-china.el
index dce796a55aa58011c2a663e170d211016f4092ae..bdaf48f1458fafd513165e6319da1178317649b7 100644
(file)
--- a/
lisp/calendar/cal-china.el
+++ b/
lisp/calendar/cal-china.el
@@
-377,7
+377,7
@@
Defaults to today's date if DATE is not given."
(floor month)
(if (integerp month)
(format " (%s)" (calendar-chinese-sexagesimal-name
- (+ (*
5 year) month 44
)))
+ (+ (*
12 year) month 50
)))
"")
day (calendar-chinese-sexagesimal-name (+ a-date 15)))))